home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / aurora2c.zip / BLUGREEN.AML < prev    next >
Text File  |  1995-04-07  |  5KB  |  119 lines

  1.  
  2. // ───────────────────────────────────────────────────────────────────
  3. // The Aurora Editor v2.0
  4. // Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
  5. //
  6. // Blue-green color definitions (included by MAIN.AML)
  7. //
  8. // If you have made any changes, save this file and select 'Recompile
  9. // the Editor' <alt f2> from the Set menu. Exit and re-enter the
  10. // editor for your changes to take effect.
  11. // ───────────────────────────────────────────────────────────────────
  12.  
  13.   setpalette 1 (char
  14.  
  15.   // background
  16.   color brightblue   on gray         //  1 screen background
  17.  
  18.  
  19.   // edit windows
  20.   color white        on blue         //  2 edit text
  21.   color white        on blue         //  3 edit modified text
  22.   color yellow       on blue         //  4 edit cursor line
  23.   color yellow       on blue         //  5 edit cursor line & modified text
  24.   color white        on cyan         //  6 edit text highlight
  25.   color brightcyan   on blue         //  7 edit end-of-text line
  26.  
  27.   color white        on green        //  8 edit search highlight
  28.   color white        on magenta      //  9 edit search highlight in mark
  29.  
  30.   color brightgreen  on blue         // 10 edit closed fold
  31.   color darkgray     on brightgreen  // 11 edit open fold top mark
  32.   color black        on green        // 12 edit open fold bot mark
  33.  
  34.   color darkgray     on gray         // 13 edit border
  35.   color darkgray     on brightgreen  // 14 edit border flash
  36.   color gray         on darkgray     // 15 edit corner
  37.  
  38.   color brightcyan   on brightblue   // 16 edit title bar
  39.   color yellow                       // 17 edit title bar controls
  40.  
  41.   color black        on gray         // 18 edit menu
  42.   color brightgreen  on gray         // 19 edit menu flash
  43.   color red                          // 20 edit menu char highlight
  44.   color black        on brightgreen  // 21 edit menu bar highlight
  45.  
  46.   color black        on gray         // 22 edit scroll bar
  47.  
  48.   color darkgray     on gray         // 23 edit inactive border
  49.   color darkgray     on gray         // 24 edit inactive corner
  50.   color gray         on brightblue   // 25 edit inactive title
  51.   color black        on gray         // 26 edit inactive menu
  52.   color darkgray     on gray         // 27 edit inactive scroll
  53.  
  54.   color 0                            // 28 edit user-defined
  55.   color 0                            // 29 edit user-defined
  56.   color 0                            // 30 edit user-defined
  57.  
  58.  
  59.   // file manager windows
  60.   color white        on green        // 31 file mgr text
  61.   color black        on brightgreen  // 32 file mgr cursor line
  62.   color darkgray     on green        // 33 file mgr file-mark
  63.   color darkgray     on brightgreen  // 34 file mgr file-mark & cursor line
  64.  
  65.   color darkgray     on gray         // 35 file mgr border
  66.   color darkgray     on brightgreen  // 36 file mgr border flash
  67.   color gray         on darkgray     // 37 file mgr corner
  68.  
  69.   color white        on green        // 38 file mgr title bar
  70.   color yellow                       // 39 file mgr title bar controls
  71.  
  72.   color black        on gray         // 40 file mgr menu
  73.   color brightgreen  on gray         // 41 file mgr menu flash
  74.   color red                          // 42 file mgr menu char highlight
  75.   color black        on brightgreen  // 43 file mgr menu bar highlight
  76.  
  77.   color black        on gray         // 44 file mgr scroll
  78.  
  79.   color darkgray     on gray         // 45 file mgr inactive border
  80.   color darkgray     on gray         // 46 file mgr inactive corner
  81.   color gray         on green        // 47 file mgr inactive title
  82.   color black        on gray         // 48 file mgr inactive menu
  83.   color darkgray     on gray         // 49 file mgr inactive scroll
  84.  
  85.   color 0                            // 50 file mgr user-defined
  86.  
  87.  
  88.   // prompts
  89.   // (-1=window title bar color)
  90.   color -1                           // 51 prompt text
  91.   color black        on gray         // 52 prompt text highlight
  92.   color -1                           // 53 prompt border
  93.   color brightgreen  on gray         // 54 prompt flash
  94.   color -1                           // 55 prompt title
  95.   color -1                           // 56 prompt controls
  96.  
  97.   color 0                            // 57 prompt user-defined
  98.  
  99.  
  100.   // dialog boxes
  101.   color black        on gray         // 58 dialog box
  102.   color white        on gray         // 59 dialog box active field
  103.   color red                          // 60 dialog box char highlight
  104.   color white        on gray         // 61 dialog box border
  105.   color brightgreen  on gray         // 62 dialog box flash
  106.   color yellow                       // 63 dialog box control
  107.  
  108.   color black        on green        // 64 button
  109.   color white        on green        // 65 button active
  110.  
  111.   color white        on blue         // 66 edit field
  112.   color white        on cyan         // 67 edit field highlight
  113.   color black        on green        // 68 edit field history tab
  114.  
  115.   color black        on cyan         // 69 group box
  116.   color white        on cyan         // 70 group box active
  117.  
  118.   )
  119.